Avoid needless casts with XSAVE_POINTER.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Jan 2013 17:46:14 +0000 (09:46 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Jan 2013 17:46:14 +0000 (09:46 -0800)
commit2822e57da53402919f57a099ea004d8a71b71b51
tree7398bdd79750f84602cd6a0f861a115f414c5720
parent5dece9da41c1957fea71e0015bc09122afca45dd
Avoid needless casts with XSAVE_POINTER.

* alloc.c (mark_object) [GC_MARK_STACK]:
* dired.c (directory_files_internal_unwind):
* fileio.c (do_auto_save_unwind):
* gtkutil.c (pop_down_dialog):
* keymap.c (map_keymap_char_table_item):
* lread.c (load_unwind):
* nsmenu.m (pop_down_menu):
* print.c (print_object) [GC_MARK_STACK]:
* xfns.c (clean_up_file_dialog):
* xmenu.c (cleanup_widget_value_tree):
Omit casts between XSAVE_POINTER and a pointer type.
src/ChangeLog
src/alloc.c
src/dired.c
src/fileio.c
src/gtkutil.c
src/keymap.c
src/lread.c
src/nsmenu.m
src/print.c
src/xfns.c
src/xmenu.c